home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_TOOLLIST_H__38D78325_64F1_11D2_82CE_006052012837__INCLUDED_)
- #define AFX_TOOLLIST_H__38D78325_64F1_11D2_82CE_006052012837__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // ToolList.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CToolList window
-
- class CExternalObjectsList : public CListBox
- {
- // Construction
- public:
- CExternalObjectsList();
-
- // Attributes
- public:
- HCURSOR m_OldCursor;
- HCURSOR m_DragCursor;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExternalObjectsList)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- CString m_cstrCurSelected;
- CPoint m_LB_DOWNpoint;
- BOOL m_bDrag;
- virtual ~CExternalObjectsList();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CExternalObjectsList)
- afx_msg void OnMouseMove(UINT nFlags, CPoint point);
- afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
- afx_msg void OnSelchange();
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TOOLLIST_H__38D78325_64F1_11D2_82CE_006052012837__INCLUDED_)
-